home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / knowhow4 / ptimer.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-10  |  136 b   |  7 lines

  1. #include "ptimer.h"
  2.        volatile  long timer::t=0L;
  3.  
  4.        timer::operator long ()
  5.     {return t;}
  6.  
  7.        static timer TheTimes;